home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / PhoneSlip_3.1 / Source / colorView.h < prev    next >
Text File  |  1995-06-12  |  254b  |  17 lines

  1.  
  2. /* Copyright(C) 1993, The MITRE Corporation */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. @interface colorView:View
  7. {
  8.     NXColor viewColor;
  9. }
  10.  
  11. - setBackgroundColor:(NXColor)color; 
  12. - setBackgroundGray:(float)gray; 
  13. - drawSelf:(const NXRect *)rects :(int)rectCount;
  14.  
  15.  
  16. @end
  17.